home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMPRINT / TFORMPRINT.txt
Text File  |  2003-09-02  |  18KB  |  775 lines

  1. object FormPrint: TFormPrint
  2.   Left = 271
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'Impression'
  6.   ClientHeight = 417
  7.   ClientWidth = 542
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object SC_Line5: TSC_Line
  22.     Left = 0
  23.     Top = 383
  24.     Width = 542
  25.     Height = 34
  26.     BorderShape = bsTopLine
  27.     Align = alBottom
  28.   end
  29.   object ListPrint: TListBox
  30.     Left = 11
  31.     Top = 11
  32.     Width = 104
  33.     Height = 362
  34.     Cursor = crHandPoint
  35.     Style = lbOwnerDrawFixed
  36.     Color = clWhite
  37.     Ctl3D = True
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ItemHeight = 16
  44.     Items.Strings = (
  45.       'Listing'
  46.       'Enveloppes'
  47.       'Etiquettes')
  48.     ParentCtl3D = False
  49.     ParentFont = False
  50.     TabOrder = 0
  51.     OnClick = ListPrintClick
  52.   end
  53.   object PageControl1: TPageControl
  54.     Left = 117
  55.     Top = 9
  56.     Width = 421
  57.     Height = 370
  58.     ActivePage = Tab1
  59.     Style = tsFlatButtons
  60.     TabOrder = 1
  61.     object Tab1: TTabSheet
  62.       Caption = 'Listing'
  63.       TabVisible = False
  64.       object LabelName: TLabel
  65.         Left = 24
  66.         Top = 0
  67.         Width = 3
  68.         Height = 14
  69.       end
  70.       object RadioPrint: TRadioGroup
  71.         Left = 0
  72.         Top = 18
  73.         Width = 409
  74.         Height = 274
  75.         ItemIndex = 0
  76.         Items.Strings = (
  77.           'Imprimer la fiche en cours compl'#232'te'
  78.           'Imprimer la fiche en cours domicile'
  79.           'Imprimer la fiche en cours bureau'
  80.           'Imprimer toutes les fiches compl'#232'tes'
  81.           'Imprimer toutes les fiches domicile'
  82.           'Imprimer toutes les fiches bureau'
  83.           'Imprimer les n'#176' de t'#233'l'#233'phones uniquement')
  84.         TabOrder = 1
  85.         OnClick = RadioPrintClick
  86.       end
  87.       object CheckMemo: TCheckBox
  88.         Left = 8
  89.         Top = 299
  90.         Width = 108
  91.         Height = 17
  92.         Cursor = crHandPoint
  93.         Caption = 'Imprimer le m'#233'mo'
  94.         TabOrder = 2
  95.       end
  96.       object UpDownList: TUpDown
  97.         Left = 0
  98.         Top = 0
  99.         Width = 19
  100.         Height = 16
  101.         Cursor = crHandPoint
  102.         Hint = 'Changer de fiche en cours'
  103.         Min = 0
  104.         ParentShowHint = False
  105.         Position = 0
  106.         ShowHint = True
  107.         TabOrder = 0
  108.         Thousands = False
  109.         Wrap = True
  110.         OnClick = UpDownListClick
  111.       end
  112.       object CheckSexe: TCheckBox
  113.         Left = 8
  114.         Top = 338
  115.         Width = 104
  116.         Height = 17
  117.         Caption = 'Imprimer le sexe'
  118.         Checked = True
  119.         State = cbChecked
  120.         TabOrder = 3
  121.       end
  122.       object CheckPhoto: TCheckBox
  123.         Left = 8
  124.         Top = 318
  125.         Width = 107
  126.         Height = 17
  127.         Caption = 'Imprimer la photo'
  128.         TabOrder = 4
  129.       end
  130.     end
  131.     object Tab2: TTabSheet
  132.       Caption = 'Enveloppe'
  133.       ImageIndex = 1
  134.       TabVisible = False
  135.       object Label1: TLabel
  136.         Left = 0
  137.         Top = 6
  138.         Width = 27
  139.         Height = 14
  140.         Caption = 'Noms'
  141.         Transparent = True
  142.       end
  143.       object Label2: TLabel
  144.         Left = 273
  145.         Top = 0
  146.         Width = 3
  147.         Height = 14
  148.         Transparent = True
  149.       end
  150.       object Label12: TLabel
  151.         Left = 276
  152.         Top = 307
  153.         Width = 66
  154.         Height = 14
  155.         Caption = 'Taille du texte'
  156.       end
  157.       object PaintBoxEXP: TPaintBox
  158.         Left = 279
  159.         Top = 252
  160.         Width = 130
  161.         Height = 49
  162.         OnPaint = PaintBoxEXPPaint
  163.       end
  164.       object SpeedBTous: TSpeedButton
  165.         Left = 66
  166.         Top = 1
  167.         Width = 50
  168.         Height = 18
  169.         Cursor = crHandPoint
  170.         Hint = 'Tout s'#233'lectionner'
  171.         Caption = 'Tous'
  172.         ParentShowHint = False
  173.         ShowHint = True
  174.         Transparent = False
  175.         OnClick = SpeedBTousClick
  176.       end
  177.       object SpeedBAucun: TSpeedButton
  178.         Left = 116
  179.         Top = 1
  180.         Width = 50
  181.         Height = 18
  182.         Cursor = crHandPoint
  183.         Hint = 'D'#233's'#233'lectionner tout'
  184.         Caption = 'Aucun'
  185.         ParentShowHint = False
  186.         ShowHint = True
  187.         Transparent = False
  188.         OnClick = SpeedBAucunClick
  189.       end
  190.       object SpeedBOpen: TSpeedButton
  191.         Left = 166
  192.         Top = 1
  193.         Width = 50
  194.         Height = 18
  195.         Cursor = crHandPoint
  196.         Hint = 'Ouvrir une s'#233'lection existante'
  197.         Caption = 'Ouvrir'
  198.         ParentShowHint = False
  199.         ShowHint = True
  200.         Transparent = False
  201.         OnClick = SpeedBOpenClick
  202.       end
  203.       object SpeedBSave: TSpeedButton
  204.         Left = 216
  205.         Top = 1
  206.         Width = 50
  207.         Height = 18
  208.         Cursor = crHandPoint
  209.         Hint = 'Enregistrer la s'#233'lection'
  210.         Caption = 'Sauver'
  211.         ParentShowHint = False
  212.         ShowHint = True
  213.         Transparent = False
  214.         OnClick = SpeedBSaveClick
  215.       end
  216.       object Label5: TLabel
  217.         Left = 0
  218.         Top = 342
  219.         Width = 91
  220.         Height = 14
  221.         Caption = 'Choisir l'#39'exp'#233'diteur'
  222.       end
  223.       object RadioEnveloppe: TRadioGroup
  224.         Left = 273
  225.         Top = 15
  226.         Width = 139
  227.         Height = 67
  228.         Caption = ' Type d'#39'adresse '
  229.         ItemIndex = 0
  230.         Items.Strings = (
  231.           'Domicile'
  232.           'Bureau')
  233.         TabOrder = 1
  234.       end
  235.       object CheckPays: TCheckBox
  236.         Left = 273
  237.         Top = 87
  238.         Width = 136
  239.         Height = 17
  240.         Cursor = crHandPoint
  241.         Caption = 'Imprimer le nom du pays'
  242.         TabOrder = 2
  243.       end
  244.       object GroupBox1: TGroupBox
  245.         Left = 273
  246.         Top = 105
  247.         Width = 139
  248.         Height = 125
  249.         Caption = ' Options '
  250.         TabOrder = 3
  251.         object Label3: TLabel
  252.           Left = 69
  253.           Top = 33
  254.           Width = 65
  255.           Height = 14
  256.           Caption = 'Gauche (mm)'
  257.         end
  258.         object Label4: TLabel
  259.           Left = 69
  260.           Top = 54
  261.           Width = 49
  262.           Height = 14
  263.           Caption = 'Haut (mm)'
  264.         end
  265.         object Label8: TLabel
  266.           Left = 9
  267.           Top = 15
  268.           Width = 87
  269.           Height = 14
  270.           Caption = 'D'#233'calage du texte'
  271.         end
  272.         object Label9: TLabel
  273.           Left = 9
  274.           Top = 78
  275.           Width = 66
  276.           Height = 14
  277.           Caption = 'Taille du texte'
  278.         end
  279.         object EditX: TEdit
  280.           Left = 18
  281.           Top = 30
  282.           Width = 31
  283.           Height = 22
  284.           Ctl3D = True
  285.           MaxLength = 3
  286.           ParentCtl3D = False
  287.           ReadOnly = True
  288.           TabOrder = 0
  289.           Text = '0'
  290.         end
  291.         object EditY: TEdit
  292.           Left = 18
  293.           Top = 53
  294.           Width = 31
  295.           Height = 22
  296.           Ctl3D = True
  297.           MaxLength = 3
  298.           ParentCtl3D = False
  299.           ReadOnly = True
  300.           TabOrder = 1
  301.           Text = '0'
  302.         end
  303.         object UpDownX: TUpDown
  304.           Left = 49
  305.           Top = 30
  306.           Width = 15
  307.           Height = 22
  308.           Cursor = crHandPoint
  309.           Associate = EditX
  310.           Min = -100
  311.           Position = 0
  312.           TabOrder = 2
  313.           Wrap = False
  314.         end
  315.         object UpDownY: TUpDown
  316.           Left = 49
  317.           Top = 53
  318.           Width = 15
  319.           Height = 22
  320.           Cursor = crHandPoint
  321.           Associate = EditY
  322.           Min = -100
  323.           Position = 0
  324.           TabOrder = 3
  325.           Wrap = False
  326.         end
  327.         object EditPolice: TEdit
  328.           Left = 18
  329.           Top = 93
  330.           Width = 31
  331.           Height = 22
  332.           Ctl3D = True
  333.           MaxLength = 2
  334.           ParentCtl3D = False
  335.           ReadOnly = True
  336.           TabOrder = 4
  337.           Text = '12'
  338.         end
  339.         object UpDownPolice: TUpDown
  340.           Left = 49
  341.           Top = 93
  342.           Width = 15
  343.           Height = 22
  344.           Cursor = crHandPoint
  345.           Associate = EditPolice
  346.           Min = 8
  347.           Max = 36
  348.           Position = 12
  349.           TabOrder = 5
  350.           Wrap = False
  351.         end
  352.       end
  353.       object CheckExpediteur: TCheckBox
  354.         Left = 0
  355.         Top = 233
  356.         Width = 172
  357.         Height = 17
  358.         Cursor = crHandPoint
  359.         Caption = 'Inclure l'#39'adresse de l'#39'exp'#233'diteur'
  360.         TabOrder = 4
  361.         OnClick = PaintBoxEXPPaint
  362.       end
  363.       object MemoExpediteur: TMemo
  364.         Left = 0
  365.         Top = 252
  366.         Width = 268
  367.         Height = 84
  368.         Ctl3D = True
  369.         Font.Charset = ANSI_CHARSET
  370.         Font.Color = clWindowText
  371.         Font.Height = -11
  372.         Font.Name = 'Arial'
  373.         Font.Style = []
  374.         ParentCtl3D = False
  375.         ParentFont = False
  376.         ScrollBars = ssVertical
  377.         TabOrder = 6
  378.         WordWrap = False
  379.       end
  380.       object EditEXP: TEdit
  381.         Left = 345
  382.         Top = 304
  383.         Width = 31
  384.         Height = 22
  385.         Ctl3D = True
  386.         MaxLength = 2
  387.         ParentCtl3D = False
  388.         ReadOnly = True
  389.         TabOrder = 7
  390.         Text = '10'
  391.       end
  392.       object UpDownPoliceExp: TUpDown
  393.         Left = 376
  394.         Top = 304
  395.         Width = 15
  396.         Height = 22
  397.         Cursor = crHandPoint
  398.         Associate = EditEXP
  399.         Min = 6
  400.         Max = 36
  401.         Position = 10
  402.         TabOrder = 8
  403.         Wrap = False
  404.         OnClick = UpDownPoliceExpClick
  405.       end
  406.       object ListViewEnv: TListView
  407.         Left = 0
  408.         Top = 21
  409.         Width = 268
  410.         Height = 209
  411.         Cursor = crHandPoint
  412.         Columns = <
  413.           item
  414.             Caption = 'Nom'
  415.             Width = 140
  416.           end
  417.           item
  418.             Caption = 'Pr'#233'nom'
  419.             Width = 105
  420.           end>
  421.         HideSelection = False
  422.         MultiSelect = True
  423.         ReadOnly = True
  424.         RowSelect = True
  425.         ShowColumnHeaders = False
  426.         SmallImages = MainFormMira.ImageList1
  427.         TabOrder = 0
  428.         ViewStyle = vsReport
  429.       end
  430.       object CheckInvertName: TCheckBox
  431.         Left = 177
  432.         Top = 233
  433.         Width = 172
  434.         Height = 17
  435.         Cursor = crHandPoint
  436.         Caption = 'Inverser le nom et le pr'#233'nom'
  437.         Checked = True
  438.         State = cbChecked
  439.         TabOrder = 5
  440.         OnClick = CheckPaysEtClick
  441.       end
  442.       object ComboExp: TComboBox
  443.         Left = 96
  444.         Top = 338
  445.         Width = 172
  446.         Height = 22
  447.         Cursor = crHandPoint
  448.         Style = csDropDownList
  449.         ItemHeight = 14
  450.         TabOrder = 9
  451.         OnClick = ComboExpClick
  452.       end
  453.     end
  454.     object Tab3: TTabSheet
  455.       Caption = 'Etiquettes'
  456.       ImageIndex = 2
  457.       TabVisible = False
  458.       object LabelNameEt: TLabel
  459.         Left = 24
  460.         Top = 0
  461.         Width = 3
  462.         Height = 14
  463.       end
  464.       object Label10: TLabel
  465.         Left = 0
  466.         Top = 147
  467.         Width = 136
  468.         Height = 14
  469.         Caption = 'Format d'#39#233'tiquettes en sortie'
  470.       end
  471.       object Label11: TLabel
  472.         Left = 291
  473.         Top = 165
  474.         Width = 66
  475.         Height = 14
  476.         Caption = 'Taille du texte'
  477.       end
  478.       object UpDownEt: TUpDown
  479.         Left = 0
  480.         Top = 0
  481.         Width = 19
  482.         Height = 16
  483.         Cursor = crHandPoint
  484.         Hint = 'Changer de fiche en cours'
  485.         Min = 0
  486.         ParentShowHint = False
  487.         Position = 0
  488.         ShowHint = True
  489.         TabOrder = 0
  490.         Thousands = False
  491.         Wrap = True
  492.         OnClick = UpDownEtClick
  493.       end
  494.       object MemoEt: TMemo
  495.         Left = 0
  496.         Top = 19
  497.         Width = 409
  498.         Height = 123
  499.         Ctl3D = True
  500.         Font.Charset = ANSI_CHARSET
  501.         Font.Color = clWindowText
  502.         Font.Height = -11
  503.         Font.Name = 'Arial'
  504.         Font.Style = []
  505.         ParentCtl3D = False
  506.         ParentFont = False
  507.         ScrollBars = ssVertical
  508.         TabOrder = 1
  509.         WordWrap = False
  510.       end
  511.       object RadioEt: TRadioGroup
  512.         Left = 0
  513.         Top = 189
  514.         Width = 166
  515.         Height = 91
  516.         Caption = ' Type d'#39'adresse '
  517.         ItemIndex = 0
  518.         Items.Strings = (
  519.           'Domicile'
  520.           'Bureau')
  521.         TabOrder = 3
  522.         OnClick = RadioEtClick
  523.       end
  524.       object CheckPaysEt: TCheckBox
  525.         Left = 0
  526.         Top = 286
  527.         Width = 138
  528.         Height = 17
  529.         Cursor = crHandPoint
  530.         Caption = 'Imprimer le nom du pays'
  531.         TabOrder = 7
  532.         OnClick = CheckPaysEtClick
  533.       end
  534.       object EditPoliceET: TEdit
  535.         Left = 363
  536.         Top = 162
  537.         Width = 31
  538.         Height = 22
  539.         Ctl3D = True
  540.         MaxLength = 2
  541.         ParentCtl3D = False
  542.         ReadOnly = True
  543.         TabOrder = 4
  544.         Text = '10'
  545.       end
  546.       object UpDownPoliceET: TUpDown
  547.         Left = 394
  548.         Top = 162
  549.         Width = 15
  550.         Height = 22
  551.         Cursor = crHandPoint
  552.         Associate = EditPoliceET
  553.         Min = 6
  554.         Max = 36
  555.         Position = 10
  556.         TabOrder = 5
  557.         Wrap = False
  558.         OnClick = UpDownPoliceETClick
  559.       end
  560.       object GroupBox3: TGroupBox
  561.         Left = 171
  562.         Top = 189
  563.         Width = 238
  564.         Height = 136
  565.         Caption = ' Imprimer '
  566.         TabOrder = 6
  567.         object Label6: TLabel
  568.           Left = 30
  569.           Top = 82
  570.           Width = 92
  571.           Height = 14
  572.           Caption = 'Ligne .....................'
  573.         end
  574.         object Label7: TLabel
  575.           Left = 30
  576.           Top = 62
  577.           Width = 93
  578.           Height = 14
  579.           Caption = 'Colonne .................'
  580.         end
  581.         object RadioPage: TRadioButton
  582.           Left = 11
  583.           Top = 18
  584.           Width = 151
  585.           Height = 17
  586.           Caption = 'Page d'#39#233'tiquettes identiques'
  587.           Checked = True
  588.           TabOrder = 0
  589.           TabStop = True
  590.           OnClick = RadioPageClick
  591.         end
  592.         object RadioUn: TRadioButton
  593.           Left = 11
  594.           Top = 46
  595.           Width = 88
  596.           Height = 17
  597.           Caption = 'Une '#233'tiquette'
  598.           TabOrder = 1
  599.           OnClick = RadioUnClick
  600.         end
  601.         object EditColoneET: TEdit
  602.           Left = 126
  603.           Top = 57
  604.           Width = 22
  605.           Height = 22
  606.           Ctl3D = True
  607.           Enabled = False
  608.           MaxLength = 2
  609.           ParentCtl3D = False
  610.           ReadOnly = True
  611.           TabOrder = 2
  612.           Text = '1'
  613.         end
  614.         object UpDownColoneET: TUpDown
  615.           Left = 148
  616.           Top = 57
  617.           Width = 15
  618.           Height = 22
  619.           Cursor = crHandPoint
  620.           Associate = EditColoneET
  621.           Enabled = False
  622.           Min = 1
  623.           Max = 50
  624.           Position = 1
  625.           TabOrder = 3
  626.           Wrap = False
  627.         end
  628.         object EditLigneET: TEdit
  629.           Left = 126
  630.           Top = 78
  631.           Width = 22
  632.           Height = 22
  633.           Ctl3D = True
  634.           Enabled = False
  635.           MaxLength = 2
  636.           ParentCtl3D = False
  637.           ReadOnly = True
  638.           TabOrder = 4
  639.           Text = '1'
  640.         end
  641.         object UpDownLigneET: TUpDown
  642.           Left = 148
  643.           Top = 78
  644.           Width = 15
  645.           Height = 22
  646.           Cursor = crHandPoint
  647.           Associate = EditLigneET
  648.           Enabled = False
  649.           Min = 1
  650.           Max = 50
  651.           Position = 1
  652.           TabOrder = 5
  653.           Wrap = False
  654.         end
  655.         object RadioPubli: TRadioButton
  656.           Left = 11
  657.           Top = 110
  658.           Width = 88
  659.           Height = 17
  660.           Caption = 'Publipostage'
  661.           TabOrder = 6
  662.           OnClick = RadioPubliClick
  663.         end
  664.       end
  665.       object ComboType: TComboBox
  666.         Left = 0
  667.         Top = 162
  668.         Width = 286
  669.         Height = 22
  670.         Style = csDropDownList
  671.         ItemHeight = 14
  672.         Sorted = True
  673.         TabOrder = 2
  674.         OnClick = ComboTypeClick
  675.       end
  676.       object CustomButtonNewET: TButton
  677.         Left = 0
  678.         Top = 335
  679.         Width = 99
  680.         Height = 22
  681.         Hint = '|Cr'#233'er une nouvelle '#233'tiquette'
  682.         Caption = '&Nouvelle '#233'tiquette'
  683.         ParentShowHint = False
  684.         ShowHint = True
  685.         TabOrder = 8
  686.         OnClick = CustomButtonNewETClick
  687.       end
  688.       object CustomButtonModiET: TButton
  689.         Left = 102
  690.         Top = 335
  691.         Width = 99
  692.         Height = 22
  693.         Hint = '|Modifier cette '#233'tiquette'
  694.         Caption = '&Modifier l'#39#233'tiquette'
  695.         ParentShowHint = False
  696.         ShowHint = True
  697.         TabOrder = 9
  698.         OnClick = CustomButtonModiETClick
  699.       end
  700.       object CustomButtonVoirET: TButton
  701.         Left = 204
  702.         Top = 335
  703.         Width = 99
  704.         Height = 22
  705.         Hint = '|Aper'#231'u de l'#39#233'tiquette'
  706.         Caption = '&Aper'#231'u'
  707.         Enabled = False
  708.         ParentShowHint = False
  709.         ShowHint = True
  710.         TabOrder = 10
  711.         OnClick = CustomButtonVoirETClick
  712.       end
  713.       object CustomButtonSuppET: TButton
  714.         Left = 306
  715.         Top = 335
  716.         Width = 103
  717.         Height = 22
  718.         Hint = '|Supprimer cette '#233'tiquette'
  719.         Caption = '&Supprimer l'#39#233'tiquette'
  720.         ParentShowHint = False
  721.         ShowHint = True
  722.         TabOrder = 11
  723.         OnClick = CustomButtonSuppETClick
  724.       end
  725.     end
  726.   end
  727.   object ButtonConfigure: TButton
  728.     Left = 113
  729.     Top = 389
  730.     Width = 75
  731.     Height = 22
  732.     Hint = '|Configurer l'#39'imprimante'
  733.     Caption = '&Configurer'
  734.     ParentShowHint = False
  735.     ShowHint = True
  736.     TabOrder = 2
  737.     OnClick = CustomConfigureClick
  738.   end
  739.   object ButtonPrint: TButton
  740.     Left = 197
  741.     Top = 389
  742.     Width = 75
  743.     Height = 22
  744.     Hint = '|Lancer l'#39'impression'
  745.     Caption = '&Imprimer'
  746.     Default = True
  747.     ParentShowHint = False
  748.     ShowHint = True
  749.     TabOrder = 3
  750.     OnClick = ButtonPrintClick
  751.   end
  752.   object ButtonClose: TButton
  753.     Left = 365
  754.     Top = 389
  755.     Width = 75
  756.     Height = 22
  757.     Hint = '|Fermer la fiche'
  758.     Cancel = True
  759.     Caption = '&Fermer'
  760.     ModalResult = 2
  761.     ParentShowHint = False
  762.     ShowHint = True
  763.     TabOrder = 4
  764.   end
  765.   object ButtonHelp: TButton
  766.     Left = 281
  767.     Top = 389
  768.     Width = 75
  769.     Height = 22
  770.     Caption = 'Ai&de'
  771.     TabOrder = 5
  772.     OnClick = ButtonHelpClick
  773.   end
  774. end
  775.